home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 5 / Apprentice-Release5.iso / Source Code / Libraries / CW GUSI 1.6.4 / Examples / GUSITest.pch < prev    next >
Text File  |  1995-01-19  |  242b  |  13 lines

  1. /*
  2.  *    Support for automatically naming the precompiled header file ...
  3.  */
  4.  
  5. #ifdef powerc
  6.   #pragma precompile_target "GUSITestHeadersPPC"
  7. #else
  8.   #pragma precompile_target "GUSITestHeaders68K"
  9. #endif
  10.  
  11. #include <GUSI.h>
  12. #include "GUSITest.h"
  13.